home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / EDITORS / WINDE2 / FNCTCODE.TXT < prev    next >
Text File  |  1990-09-30  |  3KB  |  65 lines

  1. The following table lists the WindE keywords used in the macro key
  2. definitions for extended ASCII keys. Table position is based on the
  3. key's hexadecimal scan code, which may be useful for some programming
  4. applications on the PC.
  5.  
  6.                    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  7.                    ▌ WindE Extended Function Code Chart ▐
  8.                    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  9.  
  10. ╒═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╕
  11. │ MSD │  0  │  1  │  2  │  3  │  4  │  5  │  6  │  7  │  8  │  9  │  A  │
  12. │ LSD ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
  13. │  0  │-----│alt-Q│alt-D│alt-B│   f6│ down│  cf3│  af9│alt-9│cPad+│ a-dn│
  14. │  1  │ aEsc│alt-W│alt-F│alt-N│   f7│ PgDn│  cf4│ af10│alt-0│ c-dn│aPgDn│
  15. │  2  │-----│alt-E│alt-G│alt-M│   f8│  ins│  cf5│cPrnt│ alt-│ cIns│ aIns│
  16. │  3  │ctl-@│alt-R│alt-H│alt-,│   f9│  del│  cf6│ c-lf│ alt=│ cDel│ aDel│
  17. │  4  │-----│alt-T│alt-J│alt-.│  f10│  sf1│  cf7│ c-rt│cPgUp│-----│-----│
  18. │  5  │ cTab│alt-Y│alt-K│alt-/│-----│  sf2│  cf8│ cEnd│  f11│-----│ aTab│
  19. │  6  │-----│alt-U│alt-L│-----│-----│  sf3│  cf9│cPgDn│  f12│-----│-----│
  20. │  7  │-----│alt-I│alt-;│aPad*│ home│  sf4│ cf10│cHome│ sf11│aHome│-----│
  21. │  8  │-----│alt-O│alt-'│-----│   up│  sf5│  af1│alt-1│ sf12│ a-up│-----│
  22. │  9  │-----│alt-P│alt-`│-----│ PgUp│  sf6│  af2│alt-2│ cf11│aPgUp│-----│
  23. │  A  │aPgUp│alt-[│-----│-----│aPad-│  sf7│  af3│alt-3│ cf12│-----│-----│
  24. │  B  │-----│alt-]│alt-\│   f1│ left│  sf8│  af4│alt-4│ af11│ a-lf│-----│
  25. │  C  │-----│aEntr│alt-Z│   f2│ Pad5│  sf9│  af5│alt-5│ af12│aPad5│-----│
  26. │  D  │-----│-----│alt-X│   f3│right│ sf10│  af6│alt-6│ c-up│ a-rt│-----│
  27. │  E  │aBkSp│alt-A│alt-C│   f4│aPad+│  cf1│  af7│alt-7│cPad-│-----│-----│
  28. │  F  │ sTab│alt-S│alt-V│   f5│  end│  cf2│  af8│alt-8│cPad5│ aEnd│-----│
  29. ╘═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╛
  30.  
  31.  
  32. Printable characters can be used directly in macro files with the
  33. exception of the space. When WindE saves a text file (a macro file is a
  34. text file), all trailing spaces are deleted. This could cause problems
  35. when saving a macro file since a macro line could continue on the next
  36. line immediately following a space character.
  37.  
  38. Other non-printable character keywords are each of the control codes and
  39. are listed in the following table (organized by hexadecimal code):
  40.  
  41.       ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  42.       ▌ WindE Control Code Chart ▐
  43.       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  44.  
  45.         ╒═════╤═════╤═════╤═════╕
  46.         │ MSD │  0  │  1  │  2  │
  47.         │ LSD ├─────┼─────┼─────┤
  48.         │  0  │ctl-@│ctl-P│space│
  49.         │  1  │ctl-A│ctl-Q│     │
  50.         │  2  │ctl-B│ctl-R│     │
  51.         │  3  │ctl-C│ctl-S│     │
  52.         │  4  │ctl-D│ctl-T│     │
  53.         │  5  │ctl-E│ctl-U│     │
  54.         │  6  │ctl-F│ctl-V│     │
  55.         │  7  │ctl-G│ctl-W│     │
  56.         │  8  │ BkSp│ctl-X│     │
  57.         │  9  │  tab│ctl-Y│     │
  58.         │  A  │ctl-J│ctl-Z│     │
  59.         │  B  │ctl-K│  esc│     │
  60.         │  C  │ctl-L│ctl-\│     │
  61.         │  D  │enter│ctl-]│     │
  62.         │  E  │ctl-N│ctl-^│     │
  63.         │  F  │ctl-O│ctl-_│     │
  64.         ╘═════╧═════╧═════╧═════╛
  65.